crypto/tls.lruSessionCache.m (field)
8 uses
crypto/tls (current package)
common.go#L1609: m map[string]*list.Element
common.go#L1629: m: make(map[string]*list.Element),
common.go#L1641: if elem, ok := c.m[sessionKey]; ok {
common.go#L1644: delete(c.m, sessionKey)
common.go#L1655: c.m[sessionKey] = c.q.PushFront(entry)
common.go#L1661: delete(c.m, entry.sessionKey)
common.go#L1665: c.m[sessionKey] = elem
common.go#L1674: if elem, ok := c.m[sessionKey]; ok {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)